home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-05-03 | 276 b | 19 lines |
- CC = CC
- DEBUG = -g
- C++FLAGS = $(DEBUG) -DFUNCPROTO -I../../ComponentLib
- LIBS = ../../ComponentLib/libcomponent.a -lXm -lXt -lX11 -lXext
-
- all: pwtest2
-
- pwtest2: pwtest2.o Password.o
- $(CC) -o pwtest2 pwtest2.o Password.o $(LIBS)
-
-
- clobber:
- rm -f *.o *~*
- rm -f pwtest2
-
-
-
-
-